fix(artifacts): rename generated task bundle to test bundle - #1574
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
bea4b3c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7da384c4.agentv.pages.dev |
| Branch Preview URL: | https://artifact-rename-test-bundle.agentv.pages.dev |
Collaborator
Author
|
Merging per owner direction on 2026-06-30 as part of the same-day contract/docs sequence. The live-provider dogfood gate noted in the PR body is explicitly waived for this merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Generated per-result source bundles now use the
test/directory andtest_dirmanifest field, matching the documented result artifact contract. Older runs that only havetask_dirstill load through rerun, Dashboard artifact trees, result projections, combine/export flows, and validation.This keeps fresh artifacts on the new naming without duplicating legacy fields, while preserving
task_diras a reader fallback for historical bundles.Validation
bun installbun --filter @agentv/core buildbun --filter agentv buildbun test apps/cli/test/commands/eval/task-bundle.test.ts apps/cli/test/commands/eval/artifact-writer.test.tsbun test apps/cli/test/commands/runs/rerun.test.tsbun test apps/cli/test/commands/results/serve.test.ts apps/cli/test/commands/results/validate.test.tsbun --filter @agentv/core typecheck && bun --filter agentv typecheckbun run lintgit diff --checkRemaining Gate
This is still draft because AgentV’s artifact-layout completion checklist requires live-provider dogfood with a real LLM grader before the PR is ready for review/merge.